cody - HTMLify profile

cody
4270 Files
632542 Views
Latest files of /cody/solygambas/html-css-javascript-projects/096-cloud hosting service
.container {
max-width: 1100px;
margin: 0 auto;
padding: 0 40px;
}
.flex {
display: flex;
max-width: 1100px;
margin: 0 auto;
padding: 0 40px;
}
.flex {
display: flex;
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");
:root {
--primary-color: #047aed;
--secondary-color: #1c3fa8;
--dark-color: #002240;
--light-color: #f4f4f4;
--success-color: #5cb85c;
:root {
--primary-color: #047aed;
--secondary-color: #1c3fa8;
--dark-color: #002240;
--light-color: #f4f4f4;
--success-color: #5cb85c;
<!-- Based on Build a Responsive Website by Brad Traversy (2020)
see: https://www.youtube.com/watch?v=p0bGHP-PXD4 -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
see: https://www.youtube.com/watch?v=p0bGHP-PXD4 -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />